Contribution org.nuxeo.drive.login.token.authentication.contrib--specificChains
In component org.nuxeo.drive.login.token.authentication.contrib
org.nuxeo.drive.login.token.authentication.contrib
inside nuxeo-drive-jsf-6.0.jar
This contribution is part of XML component Extension Point
Extension point specificChains of component PluggableAuthenticationService.Contributed Items
XML Source
<extension point="specificChains" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
<specificAuthenticationChain name="DriveMetadata">
<urlPatterns>
<url>(.*)/view_drive_metadata.*</url>
</urlPatterns>
<replacementChain>
<plugin>STATEFUL_TOKEN_AUTH</plugin>
</replacementChain>
</specificAuthenticationChain>
</extension>